Linux常用命令英文全称与中文解释Linux系统man: Manual 意思是手册,可以用这个命令查询其他命令的用法。pwd:Print working directory 意思是密码。su:Swith user 切换用户,切换到root用户cd:Change directory 切换目录ls:L...
分类:
系统相关 时间:
2014-10-22 20:23:13
阅读次数:
353
代码:1 string curAppPath = System.IO.Directory.GetParent(System.Environment.CurrentDirectory).Parent.FullName; 首先通过 System.Environment.CurrentDirecto...
File path1 = Environment.getExternalStoragePublicDirectory( ??????? ??Environment.DIRECTORY_ALARMS);?????????????? /mnt/sdcard/Alarms ???? File path2 = Environment.getEx...
分类:
移动开发 时间:
2014-10-22 18:40:42
阅读次数:
174
//1.文件夹创建、移动、删除---------//创建文件夹Directory.CreateDirectory(Server.MapPath("a"));Directory.CreateDirectory(Server.MapPath("b"));Directory.CreateDirectory...
在MySQL5.6中开始支持把undolog分离到独立的表空间,并放到单独的文件目录下。这给部署不同IO类型的文件位置带来便利,对于并发写入型负载,可以把undo文件部署到单独的高速存储设备上。1.1.1.undotablespaces相关参数涉及到的参数为:参数含义innodb_undo_directory[=/opt/mys..
分类:
数据库 时间:
2014-10-22 16:05:51
阅读次数:
277
背景:公司现有域控服务器不论是硬件还是软件都很落后,已逐渐不能满足需求。目的是将现有的server2003域控替换为更强大的服务器内一个Server2012R2虚拟机作为新的域控。1、在Server2003上打开AD域和信任关系,分别提示域和林的功能级别为2003。2、复制Server2008光盘镜像里的s..
这个问题困扰了我很久很久,使得我不得不花一点时间来说一下解决方法。
事情是这样的:前两天兴高采烈的更新了一下宝贝mac到10.10。一切看起来都那么美好,但是。。当我重新安装magento的时候发现需要mcrypt!;之前有装过,但是更新了一下就没有了,好吧,重装!!但是这个时候发现,brew update不能用了!!坑屌丝么!!so重装brew!,好不容易装好了,brew instal...
分类:
系统相关 时间:
2014-10-22 15:54:03
阅读次数:
197
情景:在eclipse中,执行main方法函数。错误提示:Exception occurred executing command line.Cannot run program “D:\soft\Java\jdk1.6.0_12\bin\javaw.exe” (in directory “E:\D...
分类:
其他好文 时间:
2014-10-22 12:51:51
阅读次数:
192
How to let TVirtualStringTree to display an icon in disabled state?I need to display files in a directory to a TVirtualStringTree.So, I use SHGetFileI...
分类:
其他好文 时间:
2014-10-22 09:51:09
阅读次数:
157
计算机(Ubuntu)由于异常断电或是其他原因,再次启动时,很不幸的出现:
Killed
mount: mounting /dev on /root/dev failed: No such file or directory
mount: mounting /sys on /root/sys failed: No such file or directory
mount: mounting /p...
分类:
系统相关 时间:
2014-10-21 23:13:50
阅读次数:
325